找传奇、传世资源到传世资源站!

ModbusTCP读写信捷PLC

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

信捷PLC通信实例from clipboard XINJIEModbusTCP├── App.config
├── Form1.Designer.cs
├── Form1.cs
├── Form1.resx
├── Program.cs
├── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── XINJIEModbus.csproj
├── XINJIEModbus.sln
├── bin
│   └── Debug
│       ├── DVPModbus.exe
│       ├── DVPModbus.exe.config
│       ├── DVPModbus.pdb
│       ├── IoTClient.dll
│       ├── IoTClient.xml
│       ├── Modbus.dll
│       ├── System.IO.Ports.dll
│       └── System.IO.Ports.xml
├── obj
│   └── Debug
│       ├── DVPModbus.Properties.Resources.resources
│       ├── DVPModbus.csproj.CopyComplete
│       ├── DVPModbus.csproj.CoreCompileInputs.cache
│       ├── DVPModbus.csproj.FileListAbsolute.txt
│       ├── DVPModbus.csproj.GenerateResource.cache
│       ├── DVPModbus.csprojAssemblyReference.cache
│       ├── DVPModbus.exe
│       ├── DVPModbus.pdb
│       ├── DesignTimeResolveAssemblyReferences.cache
│       ├── DesignTimeResolveAssemblyReferencesInput.cache
│       ├── TempPE
│       │   └── Properties.Resources.Designer.cs.dll
│       ├── XINJIEModbus.Form1.resources
│       ├── XINJIEModbus.csproj.CopyComplete
│       ├── XINJIEModbus.csproj.CoreCompileInputs.cache
│       ├── XINJIEModbus.csproj.FileListAbsolute.txt
│       ├── XINJIEModbus.csproj.GenerateResource.cache
│       ├── XINJIEModbus.csprojAssemblyReference.cache
│       └── build.force
├── packages
│   ├── IoTClient.0.0.86
│   │   ├── IoTClient.0.0.86.nupkg
│   │   └── lib
│   │       └── netstandard2.0
│   │           ├── IoTClient.dll
│   │           └── IoTClient.xml
│   └── System.IO.Ports.4.6.0
│       ├── LICENSE.TXT
│       ├── System.IO.Ports.4.6.0.nupkg
│       ├── THIRD-PARTY-NOTICES.TXT
│       ├── lib
│       │   ├── net461
│       │   │   ├── System.IO.Ports.dll
│       │   │   └── System.IO.Ports.xml
│       │   ├── netstandard2.0
│       │   │   ├── System.IO.Ports.dll
│       │   │   └── System.IO.Ports.xml
│       │   └── uap10.0.16299
│       │       └── _._
│       ├── ref
│       │   ├── net461
│       │   │   ├── System.IO.Ports.dll
│       │   │   └── System.IO.Ports.xml
│       │   ├── netstandard2.0
│       │   │   ├── System.IO.Ports.dll
│       │   │   └── System.IO.Ports.xml
│       │   └── uap10.0.16299
│       │       └── _._
│       ├── runtimes
│       │   ├── linux
│       │   │   └── lib
│       │   │       └── netstandard2.0
│       │   │           ├── System.IO.Ports.dll
│       │   │           └── System.IO.Ports.xml
│       │   ├── osx
│       │   │   └── lib
│       │   │       └── netstandard2.0
│       │   │           ├── System.IO.Ports.dll
│       │   │           └── System.IO.Ports.xml
│       │   └── win
│       │       └── lib
│       │           ├── net461
│       │           │   ├── System.IO.Ports.dll
│       │           │   └── System.IO.Ports.xml
│       │           ├── netstandard2.0
│       │           │   ├── System.IO.Ports.dll
│       │           │   └── System.IO.Ports.xml
│       │           └── uap10.0.16299
│       │               └── _._
│       ├── useSharedDesignerContext.txt
│       └── version.txt
└── packages.config

31 directories, 66 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复